home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 5 / CRON_1 / STANDARD / TRAP_UTI.H < prev   
Text File  |  1991-06-10  |  126b  |  9 lines

  1. #ifndef _TrapUtil_
  2. #define _TrapUtil_
  3.  
  4.  
  5. TrapType                GetTrapType(int theTrap);
  6. Boolean                    TrapAvailable(int theTrap);
  7.  
  8.  
  9. #endif